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