IsCommand
if (!response.IsCommand("CAPABILITY"))
if (response.IsCommand(_Command()) && response.IsStringAt(2)
if (!response.IsCommand("QUOTA") || !response.IsListAt(2))
if (response.IsCommand("ID") && response.IsListAt(1)) {
bool IsCommand(const char* command) const;
if (response.IsCommand(fCommand)) {