internal GetSessionResponseBase(GetSessionFullResponseBase fullResponse) { SessionId = fullResponse.SessionId; Username = fullResponse.UserName; }
private protected GetSessionResponseBase(GetSessionFullResponseBase fullResponse) { SessionId = fullResponse.SessionId; Username = fullResponse.UserName; }