factory IProovEvent.error(String error, String title, String? message) { return IProovEventError(IProovException.error(error, title, message)); }