pub trait TryFromRandom { // Required method fn try_from_random() -> Result<Self, WasmError> where Self: Sized; }