namespace UnityAtoms { public interface IAtomListener { void OnEventRaised(T item); } public interface IAtomListener { void OnEventRaised(T1 first, T2 second); } }