public void Constructor_ReturnsInterfaceName(AboutViewModel sut)
 {
     sut.Should().BeAssignableTo <ApplicationStyleViewModel>();
 }