public ProfileWithDefinition(Profile profile, Definition definition) : base(profile)
 {
     this.endpoints = null;
     this.definition = definition;
 }
 public SimpleProfile(Profile profile)
 {
     this.profile = profile;
 }