// *********************************************************************** // // Heath // // *********************************************************************** namespace Lib.Common.LoggingAPI.Common.Settings { /// /// The service settings. /// public class ServiceSettings { /// /// Gets or sets the service identifier. /// public string? ServiceId { get; set; } } }