public static DynamicPropertyDictionaryItem ToViewModel(this DataContracts.DynamicProperties.DynamicPropertyDictionaryItem dictItem)
        {
            var retVal = new DynamicPropertyDictionaryItem();

            retVal.InjectFrom(dictItem);
            return(retVal);
        }
        public static DataContracts.DynamicProperties.DynamicPropertyDictionaryItem ToServiceModel(this DynamicPropertyDictionaryItem propertyItem)
        {
            var serviceModel = new DataContracts.DynamicProperties.DynamicPropertyDictionaryItem();

            serviceModel.InjectFrom(propertyItem);

            return(serviceModel);
        }
        public static DataContracts.DynamicProperties.DynamicPropertyDictionaryItem ToServiceModel(this DynamicPropertyDictionaryItem propertyItem)
        {
            var serviceModel = new DataContracts.DynamicProperties.DynamicPropertyDictionaryItem();

            serviceModel.InjectFrom(propertyItem);

            return serviceModel;
        }