public EntityCorrespondence Copy()
        {
            Server.Application.EntityCorrespondence serverEntityCorrespondence = (Server.Application.EntityCorrespondence)ToServerObject();

            EntityCorrespondence copiedEntityCorrespondence = new EntityCorrespondence(application, serverEntityCorrespondence);

            return(copiedEntityCorrespondence);
        }
        public Boolean IsEqual(EntityCorrespondence compareEntityCorrespondence)
        {
            Boolean isEqual = base.IsEqual((CoreExtensibleObject)compareEntityCorrespondence);


            // TODO: UPDATE V2


            return(isEqual);
        }