namespace EnvelopeGenerator.Domain.Interfaces { public interface IHasChangedWho { string #if nullable ? #endif ChangedWho { get; set; } } }