public async Task TestStart() { // Act await controller.Start(); // Assert Assert.IsTrue(controller.Started); }