/// <summary>
 /// Initializes new instance of LinkedInGetMemberOptions
 /// </summary>
 public LinkedInGetMemberOptions()
 {
     BasicProfileOptions = new BitField <LinkedInBasicProfileFields>();
     EmailProfileOptions = new BitField <LinkedInEmailProfileFields>();
     FullProfileOptions  = new BitField <LinkedInFullProfileFields>();
     Parameters          = new LinkedInGetMemberParameters();
 }
 /// <summary>
 /// Initializes new instance of LinkedInGetMemberOptions
 /// </summary>
 public LinkedInGetMemberOptions()
 {
     BasicProfileOptions = new BitField<LinkedInBasicProfileFields>();
     EmailProfileOptions = new BitField<LinkedInEmailProfileFields>();
     FullProfileOptions = new BitField<LinkedInFullProfileFields>();
     Parameters = new LinkedInGetMemberParameters();
 }