public void ShouldHaveAuthorizeAttributes()
        {
            var authorizeAttribute = _dashboardController.GetAuthorizeAttribute();

            Assert.IsNotNull(authorizeAttribute);
        }