void SetCurrentAuthenticationSessionOnPayload(MessagePayload toInput)
 {
     PerformLogging(toInput);
     toInput.SetAuthenticationSession(cache.GetCurrentSessionFor(GetServer()));
 }