public VehiclesController(ICommandSender commandBus,
                           IQuerySender queryBus,
                           Common.Interfaces.IAuthorizationService authService)
 {
     this.commandBus  = commandBus;
     this.queryBus    = queryBus;
     this.authService = authService;
 }