public static IMessage getMessage(final String key) {
   return MESSAGE_PROVIDER.getMessage(key);
 }
 public static String getString(final String key) {
   return MESSAGE_PROVIDER.getString(key);
 }