public DeleteBannedPhoneResponse Delete([FromRoute] int id) { return(new DeleteBannedPhoneResponse { Error = _banService.DeletePhone(id) }); }