void SetTimeOnMessage(MessagePayload toInput)
 {
     toInput.SetLastTimeSent(systemTime.GetCurrentDate());
     toInput.IncreaseAmountSent();
 }