/// <summary>
        /// Create a new UserReadModel object.
        /// </summary>
        /// <param name="userId">Initial value of the UserId property.</param>
        /// <param name="userName">Initial value of the UserName property.</param>
        /// <param name="password">Initial value of the Password property.</param>
        /// <param name="email">Initial value of the Email property.</param>
        /// <param name="canonicalUsername">Initial value of the CanonicalUsername property.</param>
        public static UserReadModel CreateUserReadModel(global::System.Guid userId, global::System.String userName, global::System.String password, global::System.String email, global::System.String canonicalUsername)
        {
            UserReadModel userReadModel = new UserReadModel();

            userReadModel.UserId            = userId;
            userReadModel.UserName          = userName;
            userReadModel.Password          = password;
            userReadModel.Email             = email;
            userReadModel.CanonicalUsername = canonicalUsername;
            return(userReadModel);
        }
 /// <summary>
 /// Create a new UserReadModel object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="canonicalUsername">Initial value of the CanonicalUsername property.</param>
 public static UserReadModel CreateUserReadModel(global::System.Guid userId, global::System.String userName, global::System.String password, global::System.String email, global::System.String canonicalUsername)
 {
     UserReadModel userReadModel = new UserReadModel();
     userReadModel.UserId = userId;
     userReadModel.UserName = userName;
     userReadModel.Password = password;
     userReadModel.Email = email;
     userReadModel.CanonicalUsername = canonicalUsername;
     return userReadModel;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the UserReadModels EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserReadModels(UserReadModel userReadModel)
 {
     base.AddObject("UserReadModels", userReadModel);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the UserReadModels EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserReadModels(UserReadModel userReadModel)
 {
     base.AddObject("UserReadModels", userReadModel);
 }