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