static void LogMessage(MessagePayload toHandle)
 {
     if (toHandle.HasToAddress()) LogWithAddress(toHandle);
     else LogWithoutAddress();
 }