class Example
{
    string Method_RIGHT(
        int a,
        int b,
        int c)
    {
        return "ChangeMe";
    }
}