private static string GetCategory()
        {
            var stack = new StackTrace();
            var counter = 1;
            while (true)