@using WebAssembly.Components.Inputs @implements IDisposable; @inject IMyDialogService MyDialogService @if (MyDialogService.IsVisible && MyDialogService.GetDialogContents().TechStack != null) { var techStack = MyDialogService.GetDialogContents().TechStack;