namespace Sai.Toolkit.Mvvm.Behaviors; public interface IValidationExceptionHandler { bool IsValid { get; set; } }