pub trait Drives { // Required method fn get(&self, storage_service_id: String) -> DrivesGetResponse; }