private void CreateAndClose()
 {
     OnCreated?.Invoke(AssetUtil.Create <T>(_FolderPath, _AssetName));
     Close();
 }