pub trait Storage { // Required method fn get( &self, resource_block_id: String, computer_system_id: String ) -> StorageGetResponse; }