private async Task CreateTab() { _tabController = new TabController(_commandSender); await _tabController.Create(_openTabDto); }