static void PrepareDb(DbTestBase db) { try { db.PrepareDb(); } catch(Exception e) { LogException(e); } }