using Core.Annotations; namespace Core.Controllers; [Injectable] public class PresetController { /// /// /// public void Initialize() { throw new NotImplementedException(); } }