private T Get <T>(string name)
 {
     return(_fieldIndexService.Get <T>(_part.As <FieldIndexPart>(), "Foo", "Bar", name));
 }