Пример #1
0
 public static string Received(this Message msg)
 {
     return($"Received message: {msg.GetDescription()}");
 }
Пример #2
0
 public static string Sent(this Message msg)
 {
     return($"Sent message: {msg.GetDescription()}");
 }