* @template T of ITaskType */ interface IProviderWithId extends IProvider { /** * The id of this provider * @since 28.0.0 */ public function getId(): string; }