private void WriterCharacterToDestination(char characterFromSource)
 {
     _destination.WriteChar(characterFromSource);
 }