private bool Remove()
        {
            RolesOperationsExtensions.Delete(
                this.DataBoxEdgeManagementClient.Roles,
                this.DeviceName,
                this.Name,
                this.ResourceGroupName);

            return(true);
        }