String constructFilePath({ required String domain, required String model, required String dir, }) { return p.join(dir, domain, '$model.yaml'); }