public static Environment Copy(Environment env) { db.ToDictionary(env, out var item); db.ToRecord(item, out Environment result); return(result); }