public async Task <APIResult> GetFull(int productId) { return(new APIResult() { Result = 0, Data = await productQueries.GetFull(productId) }); }