namespace Wabbajack.Interventions
{
    public interface IError : IStatusMessage
    {
    }
}