Allows the creation of assembly info files
Inheritance: IAssemblyInfo
 public void LanguageShouldReturnType()
 {
     var subject = new AssemblyInfo();
     Assert.That(subject.Language, Is.TypeOf<AssemblyInfoLanguage>());
 }