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