/**
* Execute a controller task.
*
* @param string $task The task to perform.
*
* @return mixed The value returned by the called method.
*
* @since 4.0.0
* @throws \InvalidArgumentException
* @throws \RuntimeException
*/
public function execute($task);