public async Task <EliminarUsuarioResponse> DeleteProduct(string sku) => await repository.DeleteProduct(sku);