public async void Test_Controller_Put() { var resultPass = await _controller.PutAsync(new LodgingModel()); Assert.NotNull(resultPass); }