void AddContentHeaders(HttpHeaders content) { content.Add("UserRowId", UserOptions.GetUserRowId().ToString()); content.Add("DeviceId", UserOptions.GetDeviceId().ToString()); content.Add("Password", UserOptions.GetPassword()); }