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