use strict;
sub replacement {
my $self = shift;
return $self->{"NS.string"};
}
1;