public async Task SetUp()
 {
     using IServiceScope scope = this.App.CreateTestServiceScope();
     this.SessionId            = await scope.CreatePokerSession("scrummaster");
 }