public static string LongName(this IVideoWriter w)
 {
     return(w.GetAttribute <VideoWriterAttribute>().Name);
 }
 public static string WriterDescription(this IVideoWriter w)
 {
     return(w.GetAttribute <VideoWriterAttribute>().Description);
 }