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