bool AssetResponse::operator==(const ModelType &rhs) const {
   return asset() == rhs.asset();
 }