namespace Femto.Common.Domain; public interface IRule { bool Check(); string Message { get; } }