public async void Test_Controller_Post() { var resultPass = await _controller.PostAsync(new RentalModel()); Assert.NotNull(resultPass); }