namespace UnityAtoms { public interface IGetEvent { E GetEvent() where E : AtomEventBase; } }