public void GetReport_Test(string id) { // Act CROPS.Reports.DTOs.ReportDetailsDto report = reportAppService.Get(id); // Assert report.ShouldNotBe(null); report.ShouldBeOfType <ReportDetailsDto>().ShouldNotBeNull(); }