namespace Civilization.Core.Interfaces; public interface ILogger { void Log(string message); }