public async Task <DbStatus> Delete(LocalAccountRole entity)
 {
     return(await ServiceHelper <LocalAccountRole> .ExecuteCRUDCommand(new DeleteCommand <LocalAccountRole>(), entity));
 }