/// <summary>
 /// Edit options: note, this is not currently supported because live.com can't take
 /// our custom pushpin URL. To re-enabled just add the HasEditableOptions property
 /// to the WriterPlugin attribute
 /// </summary>
 /// <param name="dialogOwner"></param>
 public override void EditOptions(IWin32Window dialogOwner)
 {
     using (MapOptionsDialog mapOptions = new MapOptionsDialog(_pluginOptions))
         mapOptions.ShowDialog(dialogOwner);
 }
 /// <summary>
 /// Edit options: note, this is not currently supported because live.com can't take
 /// our custom pushpin URL. To re-enabled just add the HasEditableOptions property
 /// to the WriterPlugin attribute
 /// </summary>
 /// <param name="dialogOwner"></param>
 public override void EditOptions(IWin32Window dialogOwner)
 {
     using (MapOptionsDialog mapOptions = new MapOptionsDialog(_pluginOptions))
         mapOptions.ShowDialog(dialogOwner);
 }