namespace ModernKeePassLib.Utility { public static class MonoWorkarounds { public static bool IsRequired(int i) { throw new System.NotImplementedException(); } } }