public static NotFoundObjectResult ActiveTokenNotFound(this ControllerBase controller, string activeTokenId)
 {
     return(controller.NotFound(ErtisAuthException.ActiveTokenNotFound(activeTokenId)));
 }