public SQLitePlatformOSX()
 {
     SQLiteApi         = new SQLiteApiOSX();
     StopwatchFactory  = new StopwatchFactoryOSX();
     ReflectionService = new ReflectionServiceOSX();
     VolatileService   = new VolatileServiceOSX();
 }
 public SQLitePlatformOSX()
 {
     SQLiteApi = new SQLiteApiOSX();
     StopwatchFactory = new StopwatchFactoryOSX();
     ReflectionService = new ReflectionServiceOSX();
     VolatileService = new VolatileServiceOSX();
 }