namespace CFCoreAPI; public class CFCoreAPI { private readonly string _apiKey; public CFCoreAPI(string key) { this._apiKey = key; } }