//It must be a void type and private acces!!! It is public string type only for unit testing public string SentToServer(IServer server) { server.AddMethod(this.Twitter); return($"SentToServerInvoked -> sends \"{this.Twitter.Message.Text}\""); }