public interface ITransaktion { void macheTransaktion(); String getTyp(); }