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