public NumberConfigurationInboundCallConfiguration(CfNumberConfigurationInboundCallConfiguration source)
 {
     Item = InboundConfigMapper.ToInboundConfig(source.Item);
 }
 internal static NumberConfigurationInboundCallConfiguration ToNumberConfigurationInboundCallConfiguration(
     CfNumberConfigurationInboundCallConfiguration source)
 {
     return(source == null ? null : new NumberConfigurationInboundCallConfiguration(source));
 }