public override bool CanConvert(Type objectType)
 {
     return(CrossPlatform.CanConvert <T>(objectType));
 }