protected static string GetMessage(Guid id, INaming entity) { return(string.Format("{0} {1} {2}", entity.Nominative(), id, entity.NotFound())); }
protected static string GetMessage(Guid accountId, Guid id, INaming entity) { return(string.Format("{0} {1} {2} в аккаунте {3}", entity.Nominative(), id, entity.NotFound(), accountId)); }