/// <summary>
 /// Deprecated Method for adding a new object to the AuthorizationFollowUps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuthorizationFollowUps(AuthorizationFollowUp authorizationFollowUp)
 {
     base.AddObject("AuthorizationFollowUps", authorizationFollowUp);
 }
 /// <summary>
 /// Create a new AuthorizationFollowUp object.
 /// </summary>
 /// <param name="authorizationFollowUpId">Initial value of the AuthorizationFollowUpId property.</param>
 /// <param name="accountId">Initial value of the AccountId property.</param>
 /// <param name="authorizationRequestId">Initial value of the AuthorizationRequestId property.</param>
 /// <param name="appointmentDateTime">Initial value of the AppointmentDateTime property.</param>
 /// <param name="currentVersion">Initial value of the CurrentVersion property.</param>
 public static AuthorizationFollowUp CreateAuthorizationFollowUp(global::System.Int32 authorizationFollowUpId, global::System.Int32 accountId, global::System.Int32 authorizationRequestId, global::System.DateTimeOffset appointmentDateTime, global::System.Byte[] currentVersion)
 {
     AuthorizationFollowUp authorizationFollowUp = new AuthorizationFollowUp();
     authorizationFollowUp.AuthorizationFollowUpId = authorizationFollowUpId;
     authorizationFollowUp.AccountId = accountId;
     authorizationFollowUp.AuthorizationRequestId = authorizationRequestId;
     authorizationFollowUp.AppointmentDateTime = appointmentDateTime;
     authorizationFollowUp.CurrentVersion = currentVersion;
     return authorizationFollowUp;
 }