public void Register(DispatchContext dispatchContext)
 {
     dispatchContext.Case(channel, callback, additionalAcceptanceTest);
 }