namespace UnityAtoms { public interface IWithOldValue { T OldValue { get; } } }