namespace Il2CppInspector.Redux.CLI; internal sealed class PortProvider(int port) { public int Port => port; }