public async Task ShouldGetRejectedTendersByStatusIdPagingAsyncSuccess()
        {
            var result = await _sut.GetRejectedTendersByStatusIdPagingAsync(1, 1, new DashboardSearchCriteria());

            Assert.NotNull(result);
        }