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

            Assert.NotNull(result);
        }