9using System.Collections.Generic;
Basic implementation of IHostEnvironment, to support testing of anything that is dependent upon there...
string ContentRootPath
The path to the content root
string EnvironmentName
The name of the environment in which the application is being run
string ApplicationName
The name of the application
IFileProvider ContentRootFileProvider
The file provider to the content root; null by default