public interface IStringUpdaterWithContextInfo
{
    string StringUpdate(string StringToModify, object contextInfo);
}