public void GetByIdTests() { var getAudit = _auditController.Get(audit.Id); Assert.NotNull(getAudit); Assert.IsInstanceOf <Audit>(getAudit); }