public string GetServerRemoteIpAddress()
 {
     return(_owinRequest.GetRemoteIpAddress());
 }