public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = true;
 }
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.model.UnregisterAcknowledgeableCommunicationState(content);
 }
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = this.selector.ErrorTemplate;
 }