pub trait Sensors { // Required method fn get(power_distribution_id: String) -> SensorsGetResponse; }