class Example
{
    string[] Method(int RIGHT)
    {
        // Filler
        // Filler

        return ["ChangeMe"];
    }
}
