pub fn write_genesis_yaml<P: AsRef<Path>>(
    genesis: Block0Configuration,
    path: P
) -> Result<(), Block0Error>