public async Task <Vehicle> GetByRegNo(string regNo) { return(await _vehiclesService.GetByRegNo(regNo)); }