factory IProovEventError.create(String error, String title, String? message) => IProovEventError(IProovException.error(error, title, message));