public SomeService([BeanReference] ISomeRepository repo)
 {
     repo.Init("myConnection");
     _repo = repo;
 }