namespace EnvelopeGenerator.Domain.Interfaces.Auditing { public interface ICreationAuditable : IHasAddedWhen, IHasAddedWho { } }