public void BindChatAPI(ChatAPI chatAPI) { API = chatAPI; }
public Program() { API = new ChatAPI(); }