pub trait FixedConversionRateProvider { fn get_fee_per_second(location: &MultiLocation) -> Option<u128>; }