public string GetId(IEntityConfig config) { var id = config.DefaultIdStr(); Dependencies.GetOrAdd(id, config); return(id); }