private async Task <bool> DiagramReadyAsync()
 {
     return(await DiagramService.ValidateDiagramAsync(Global.DiagramUrl));
 }