public MyViewModel()
    {
        Description = new MyTextBuffer();

        Description.Append("Just testing out.");
    }