public async Task ShouldGetTendersInvitationsCountSuccess()
        {
            var result = await _sut.GetTendersInvitationsCount(1);

            Assert.IsType <int>(result);
        }