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