public int CoinChange(int[] coins, int amount) { var sut = new Solution(); return(sut.CoinChange(coins, amount)); }