Exemplo n.º 1
0
 public static string Received(this Message msg)
 {
     return($"Received message: {msg.GetDescription()}");
 }
Exemplo n.º 2
0
 public static string Sent(this Message msg)
 {
     return($"Sent message: {msg.GetDescription()}");
 }