public void should_retrieve_a_template_molecule_from_the_molecule_repository()
 {
     _result.ShouldNotBeNull();
 }
 public void should_return_the_default_molecule_from_the_molecule_factory()
 {
     _molecule.ShouldNotBeNull();
 }