namespace UnityAtoms { public interface IVariable { T Variable { get; } } }