FQZM4VBDBMK5DACGA3O6ZVX3YMB6BEYPRHYUVTCIOF377LTCRWTAC
T7BC3YULOWGSGASSCX3Y6DXLCGX5NV5I6SHG2HIG36ABAXDQW3YAC
const METHOD: Method; const URI: &'static str;
const METHOD: Method;
const URI: &'static str;
fn method(&self) -> &Method; fn uri(&self) -> &'static str;
fn method(&self) -> &Method;
fn uri(&self) -> &'static str;
let req = prepare_request(&Self::METHOD, Self::URI, self, token.as_ref());
let req = prepare_request(self.method(), self.uri(), self, token.as_ref());