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