public static void ReadPersistableInto(this IPersistableReader self, IPersistable persistable) { persistable.Recover(self); }