public EmoticonsTransformation(IEmoticonsSource emoticonsSource, string appRootUrl)
 {
     EmoticonsTable = emoticonsSource.GetEmoticons();
     _appRootUrl    = appRootUrl;
 }
 public EmoticonsTransformation(IEmoticonsSource emoticonsSource, string appRootUrl)
 {
     EmoticonsTable = emoticonsSource.GetEmoticons();
     _appRootUrl = appRootUrl;
 }