protected Task SetCurrentUserStory(Action <UserStory> action = null) { using IServiceScope scope = this.App.CreateTestServiceScope(); return(scope.SetCurrentUserStory(this.SessionId, action)); }