public override T GetValue()
 {
     return(DataConverter.Convert <T>(mutableData.Value));
 }