public void GetAuditLogTimes_Test() { LoginAsHostAdmin(); var fakeResult = _auditLogService.GetAuditLogTimes(new AuditLogTimesInput() { Count = 10 }); fakeResult.ShouldNotBeNull(); fakeResult.AuditLogTimeOutputDtos.ShouldNotBeNull(); fakeResult.AvgExecutionTime.ShouldBe(""); fakeResult.TotalRequestsReceived.ShouldNotBeNull(); }