How do I create a custom attribute to extend existing Authorize attribute in MVC?
public class CoolAuthorizeAttribute : AuthorizeAttribute { }