using Cryville.Common.Logging; namespace Cryville.Common { public static class Shared { public static readonly Logger Logger = new(); } }