public void GetAllDogsShouldReturnOk() { var result = Controller.GetDogs(apiVersion); Assert.IsType <OkObjectResult>(result); }