public void MethodA() { _b.MethodB(); }
public void Method(IB <TInput> entities) { entities.MethodB(data); }
public void MethodB() { b.MethodB(); }