namespace EnvelopeGenerator.Domain.Interfaces.Auditing { public interface IHasAddedWho { string AddedWho { get; set; } } }