internal void Configure(MobileAnalyticsManagerConfigSection section)
 {
     SessionTimeout      = section.SessionTimeout.GetValueOrDefault(defaultSessionTimeout);
     MaxDBSize           = section.MaxDBSize.GetValueOrDefault(defaultMaxDBSize);
     DBWarningThreshold  = section.DBWarningThreashold.GetValueOrDefault(defaultDBWarningThreshold);
     MaxRequestSize      = section.MaxRequestSize.GetValueOrDefault(defaultMaxRequestSize);
     AllowUseDataNetwork = section.AllowUseDataNetwork.GetValueOrDefault(defaultAllowUseDataNetwork);
 }
 internal void Configure(MobileAnalyticsManagerConfigSection section)
 {
     SessionTimeout = section.SessionTimeout.GetValueOrDefault(defaultSessionTimeout);
     MaxDBSize = section.MaxDBSize.GetValueOrDefault(defaultMaxDBSize);
     DBWarningThreshold = section.DBWarningThreashold.GetValueOrDefault(defaultDBWarningThreshold);
     MaxRequestSize = section.MaxRequestSize.GetValueOrDefault(defaultMaxRequestSize);
     AllowUseDataNetwork = section.AllowUseDataNetwork.GetValueOrDefault(defaultAllowUseDataNetwork);
 }