using Core.Annotations; namespace Core.Controllers; [Injectable] public class PresetController { /// /// /// public void Initialize() { return; // TODO: actually implement } }