public static IEnumerable <string> UserPaths(string path = null) => UserProps .Select(p => path == null ? p : $"{path}.{p}");