public void Delegate() { imockclass.Say(); }
public void Depend() { Console.WriteLine(this.GetType().ToString()); mock1.Say(); }