public Task ContinueWith(Action <Task> next) { return(_taskRunner.Continue(_initialWithoutResult).With(next)); }