protected static string GetMessage(Guid id, INaming entity)
 {
     return(string.Format("Нет доступа к {0} {1}", entity.Dative(), id));
 }