class Example { string Method(int RIGHT) { GenericMethodCall( ); return "ChangeMe"; } string GenericMethodCall() => "test"; }