public static class Program
{
public static void Main()
}
public class A
private void Method1()
protected void Method1(string arg = "")
public class B : A
private void Method2()
Method1();