public static string GetValue <T>(this IViewComponent instance, T value)
 {
     return(instance.GetValue <T>(instance.Name, value));
 }