public void SendMessage(string text, SomebodyB somebody) { Console.WriteLine("{0} Send: {1}", this.Name, text); somebody.ReceiveMessage(text); }