namespace Microsoft.AspNet.Abstractions { // TODO: [AssemblyNeutral] public interface IServerInformation { string Name { get; } } }