public interface IStringUpdater
{
     string StringUpdate( string StringToModify);
}