public AnnotatedSpecies(DeconvolutionFeature deconvolutionFeature, Identification identification)
 {
     SpeciesLabel         = identification.FullSequence;
     Identification       = identification;
     DeconvolutionFeature = deconvolutionFeature;
 }
 public AnnotatedSpecies(Identification identification)
 {
     SpeciesLabel   = identification.FullSequence;
     Identification = identification;
 }