public IEnumerable <string> Format
     (IFormatStrategy formatStrategy)
 {
     return(formatStrategy.Execute(Contacts));
 }