public ProfileCallbackFacet(ProfileEvent associatedEvent, ICallbackFacet underlyingFacet, IProfileManager profileManager) : base(underlyingFacet.FacetType, underlyingFacet.Specification)
 {
     this.associatedEvent = associatedEvent;
     this.underlyingFacet = underlyingFacet;
     this.profileManager  = profileManager;
 }
 public ProfileCallbackFacet(ProfileEvent associatedEvent, ICallbackFacet underlyingFacet, IProfileManager profileManager) : base(underlyingFacet.FacetType, underlyingFacet.Specification) {
     this.associatedEvent = associatedEvent;
     this.underlyingFacet = underlyingFacet;
     this.profileManager = profileManager;
 }