public async Task <UseCaseResult <GetAllResponse <Product> > > GetAvailablesProducts()
 {
     return(await UseCasesReadOnlyInteractor.GetAvailablesProducts());
 }