// SPDX-License-Identifier: MIT pragma solidity ^0.8.21; interface ISLCCore { function requestService(string calldata additionalInfo_) external payable returns (bool); }