private bool TestEquals(BroadcastReceivedScript other)
 {
     return TestEquals(_mesage, other._mesage);
 }
 private bool TestEquals(BroadcastReceivedScript other)
 {
     return(TestEquals(_mesage, other._mesage));
 }