namespace EnvelopeGenerator.Domain.Interfaces { public interface IHasEnvelope { Entities.Envelope #if nullable ? #endif Envelope { get; set; } } }