public ActionResult RemoveClientCertificate([FromServices] ISafeguardLogic safeguard) { safeguard.RemoveClientCertificate(); return(NoContent()); }