public showBranchPlantItem GetBranchPlantItem(getBranchPlantItem getBranchPlantItem1)
        {
            var file = _sampleData
                .GetChildFile("sample-item.json");

            return JsonConvert.DeserializeObject<showBranchPlantItem>(file.ReadToEnd());
        }
 public showBranchPlantItemV2 GetBranchPlantItemV2(getBranchPlantItem getBranchPlantItemV21)
 {
     return _svc.getBranchPlantItemV2(getBranchPlantItemV21);
 }
 public showBranchPlantItem GetBranchPlantItem(getBranchPlantItem getBranchPlantItem1)
 {
     return _svc.getBranchPlantItem(getBranchPlantItem1);
 }
 public showBranchPlantItemV2 GetBranchPlantItemV2(getBranchPlantItem getBranchPlantItemV21)
 {
     throw new System.NotImplementedException();
 }