private static async void OnSaveGraphImageCommand(PocHyperGraphLayout layout)
 {
     await layout.ConvertGraphToImage();
 }