namespace Creational; public struct ExceptionLogEntry { public string Message { get; set; } }