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