public async Task GetWorkoutsTest_01() { var db = new WorkoutDb(); var workouts = await db.GetItemsAsync(); Assert.Single(workouts); }