public ReturnType Get(string id) { return(_httpManager.GetRequest <ReturnType>(_url + "Get/" + id)); }