public override void DropDbIfItExists() { ConnectionManager.ReleaseAllConnections(); IoUtils.DeleteIfFileExists(_connectionInfo.FilePath); }