namespace UnityAtoms { /// /// Interface for getting a value. /// public interface IGetValue { T GetValue(); } }