You need to inherit your controller from ControllerBase, which means that your controller class should be:
ClassController : ControllerBase,
where Class, your controller name.