public interface Investment { public BuySell bestInvestment(int[] values); }