pub trait ToGraph { // Required method fn to_graph(&self, configuration: GraphConfiguration) -> Graph; }