public static Task RpcAsync(this IRpc @this, IEnumerable <TMClient> clients, string methodName, params object[] args) { return(@this.RpcAsync(clients, methodName, false, args)); }