pub trait Validate { // Required method fn validate(&self, number: &str) -> Result<bool, MobileNetworkError>; }