public SqLiteToParseUploadService(IParsePostsService parse, ISqLitePostsService sqLite, ISqLiteToParseObjecConvertor sqlToPase)
 {
     this.parseServoce = parse;
     this.sqLiteService = sqLite;
     this.sqlToPaserConv = sqlToPase;
 }
 public ViewModelToSqlVodelConvertor(IGeolocationService geoServ, ISqLitePostsService sqltServ)
 {
     this.geolocationService = geoServ;
     this.sqLiteService = sqltServ;
 }