DataStax Drivers reprepare a statement when an UNPREPARED response is received. Currently there's a way to prime a request to return UNPREPARED but there's no id parameter (which is used by the driver to know which statement needs to be reprepared).
Even if we add this parameter we still need to implement other changes so that simulacron only returns UNPREPARED until a PREPARE request comes for that query (maybe another parameter?)