private async void ToolBarBtn_GeneralOptions_OnClick() { try { ComponentContainer.EnsureSynchronizationContext(); await _componentContainer.ShowGeneralOptionsAsync(); } catch (Exception x) { ExceptionHandler.Instance.DisplayException(x, s_logger); } }