/// <summary>
 /// Static constructor
 /// </summary>
 static AspNetCoreUnitTestsBase()
 {
     HttpContextWrapper.Configure(m_httpContextAccessor.Value);
 }