factory Failure.simple({String? title, String? msg}){ return Failure(title: title ?? "", msg: msg ?? "", code: "", procedure: "", job: ""); }