internal static IEnumerable <string> GetProvidersId(this IEntityConfig config)
 => new[] { "providers" }.Concat(config.GetIdFromResourceGroup());