private void Clear() { if (newService == null) { return; } newService.Clear(); assetEditor.SerialisedAsset("NewService").Update(); }