public interface myMadeUpinterface{ public int addOne(int x); public string saySomething(); }