namespace DevOpsProject.Shared.Configuration { public class ComControlCommunicationConfiguration { public string RequestScheme { get; set; } public string HiveMindPath { get; set; } } }