public async Task Start() { DateTime dt = DateTime.Now; FlowSettings flowSettings = await this.FlowManager.Start("home"); DateTime dt2 = DateTime.Now; appLogger.LogMessage(nameof(ScopedFlowManagerService), $"Start (milliseconds) = {(dt2 - dt).TotalMilliseconds}"); uiNotificationService.NotifyFlowSettingsChanged(flowSettings); }