protected abstract ICompletable Present(Presentation presentation);
protected CoordinationBase(Presentation presentation) { Presentation = presentation; }