public int Double() { return(_dependency.SomeMethod(_i) * 2); }
public int AMethod() { return(_d1.SomeMethod(_d2.SomeOtherMethod())); }