public SimpleQAPrincipal(String id, String name, String session, Int32 inboxCount)
 {
     SimpleQAIdentity = new SimpleQAIdentity(id, name, session, inboxCount);
 }
 private SimpleQAPrincipal()
 {
     SimpleQAIdentity = new SimpleQAIdentity();
 }