public async Task <SalesState> CheckStateAsync(string UUID) { return(await salesRepository.CheckStateAsync(UUID)); }