public int MaxProfit(params int[] prices) { var sut = new Solution(); return(sut.MaxProfit(prices)); }