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