#include "include/protocol.h" namespace womolin::protocol { bool Protocol::getKeyValue(const std::string & input, std::string & key, std::string & value) { return false; } }