/// <summary>
        /// Get the entities from the service
        /// </summary>
        /// <returns>The list of entities</returns>
        protected override IEnumerable <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel> GetEntity()
        {
            IList <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel> resultList = new List <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel>();

            AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel model = new AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel(
                resourceGroupName: this.ResourceGroupName,
                managedInstanceName: this.InstanceName);

            resultList.Add(ModelAdapter.GetAzureRmSqlManagedInstanceTransparentDataEncryptionProtector(model));

            return(resultList);
        }