public DeleteCardCommandHandler(ICardCommandService cardCommandService)
 {
     this.cardCommandService = cardCommandService;
 }
 public AddCardRequestHandler(ICardCommandService cardCommandService)
 {
     this.cardCommandService = cardCommandService;
 }