protected override HttpInteraction GetHttpInteractionWithCustomContent(string content) { return(Put.Data(content).To(Urls.UsersApi)); }