using Core.Annotations; namespace Core.Controllers; // TODO: This seems unused, is it even needed? [Injectable] public class HandBookController { public void Load() { throw new NotImplementedException(); } }