pub type OracleResponse = HashMap<PriceIdentifier, Option<Price>>;
struct OracleResponse { /* private fields */ }