public void Enrich(IDictionary <string, string> properties, IDictionary <string, double> metrics)
        {
            var context = contextGenerator.ReadEventProperties();

            foreach (var contextProperty in context)
            {
                properties.Add(contextProperty.Key, contextProperty.Value);
            }
        }