示例#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()}");
 }