/// <summary>
 /// Because ILoggerFactory interface methods are only used in a static context. This is the only way to set the currently executing context.
 /// </summary>
 /// <param name="newContext">The new context to be set</param>
 public static void SetContext(ScenarioContext newContext)
 {
     context = newContext;
 }