/**
* Creates a category.
*
* @param array $options The options
* @param string $section The section
*
* @return CategoryInterface
*
* @since 3.10.0
*
* @throws SectionNotFoundException
*/
public function createCategory(array $options = [], string $section = '') : CategoryInterface;