public void InField_AddsField() { var result = _service.InField(x => x.StringProperty) as ElasticSearchService <ComplexType>; Assert.Contains("StringProperty", result.SearchFields); }