private void AppendVersion(string schema, string version)
 {
     _repository.AppendVersion(schema, version);
 }