namespace UnityAtoms { public interface IWithValue { T Value { get; set; } } }