public async Task <IServiceResult <int> > Post(CreateProductInput input) => await _createProductService.Create(input);