public static string GetRemoteIPAddress([NotNull] this HttpContext context) { return(context.ArgumentNotNull().Connection.RemoteIpAddress.ToString()); }