public IEnumerable <RangeItem> GetRangeWithComplexParameterPOST(ComplexType2 ri, int _integer, string str)
 {
     return(_items);
 }
 public IEnumerable<RangeItem> GetRangeWithComplexParameterPOST(ComplexType2 ri, int _integer, string str)
 {
     return _items;
 }