private static void HelperMethod(ExampleClass instance) { instance.MethodA(); }
public ExampleClass(ExampleClass other) { other.MethodA(); }