Example #1
0
 protected static string GetMethodName(ICommunicationContext ctx) => ctx.GetMethodName();
 protected static string GetMethodName(ICommunicationContext ctx)
 {
     return(ctx.GetMethodName());
 }