public SQLitePlatformIOS()
 {
     SQLiteApi         = new SQLiteApiIOS();
     StopwatchFactory  = new StopwatchFactoryIOS();
     ReflectionService = new ReflectionServiceIOS();
     VolatileService   = new VolatileServiceIOS();
 }
 public SQLitePlatformIOS()
 {
     SQLiteApi = new SQLiteApiIOS();
     StopwatchFactory = new StopwatchFactoryIOS();
     ReflectionService = new ReflectionServiceIOS();
     VolatileService = new VolatileServiceIOS();
 }