/// <summary>
 /// Load components if there are any and run the trace simulation
 /// </summary>
 protected override async void OnClick()
 {
     if (_helper == null)
     {
         _helper = new ComponentCategoryUtils();
     }
     _helper.RunTrace();
 }
 /// <summary>
 /// Load components if there are any and run the trace simulation
 /// </summary>
 protected override async void OnClick() {
     if (_helper == null) {
         _helper = new ComponentCategoryUtils();
     }
     _helper.RunTrace();
 }