public GroupSummaryConverter(GroupSummary sdkGroupSummary)
 {
     this.sdkGroupSummary = sdkGroupSummary;
     this.apiGroupSummary = null;
 }
 public GroupSummaryConverter(OneSpanSign.API.GroupSummary apiGroupSummary)
 {
     this.apiGroupSummary = apiGroupSummary;
     this.sdkGroupSummary = null;
 }