public async Task DeleteCart(DeleteCartInput input)
 {
     await _cartManager.DeleteCart(input.Id);
 }