public async Task ShouldGetTendersNeedApprovalForDirectPurchaseSecretaryPaginAsyncSuccess()
        {
            var result = await _sut.GetTendersNeedApprovalForDirectPurchaseSecretaryPaginAsync(1, new SharedKernal.SearchCriteria());

            Assert.NotNull(result);
        }