namespace CFCoreAPI.Endpoints.Minecraft { public class MinecraftAPI : APIBase { public MinecraftAPI(HttpClient httpClient) : base(httpClient) { throw new System.NotImplementedException(); } } }