public bool ConsultIfExists(string file) { return(PrologCLR.InvokeFromC(() => File.Exists(file) && Consult(file), false)); }