pub trait SpecialisedQuery { // Required method fn additional_header(&self) -> Option<(String, Value)>; }