public async Task DoTheWork()
 {
     await _consumerRepository.DoTheWork();
 }