public static async Task <int?> GetNextOrderAmount(int storeId, long productId) { return(await dataAccess.GetNextOrderAmount(storeId, productId)); }