#ifndef __I_RESPONSE_HPP__ #define __I_RESPONSE_HPP__ namespace etcdv3 { class IResponse { }; }