public void SetUp() { theModifier = new RecordingAjaxContinuationModifier(); theResolver = new AjaxContinuationResolver(new[] { theModifier }); theNotification = new Notification(); theResolver.Resolve(theNotification); }