public async Task Handle(PendingApprovalsRequest message)
 {
     await _costService.SendPendingApprovalsFor(message.ClientName);
 }