private Distributed.SendToAll SendToAllFromBinary(byte[] binary)
 {
     return(SendToAllFromProto(SendToAll.ParseFrom(binary)));
 }