Utilization of Interfaces
Interfaces are the most basic element of the overall system. Relations between components are defined by those interfaces. This is similar to Principle of Segregation but reflects for interfaces between system-internal services (e.g. monoliths) and across services (microservices). There shall not be any cross-relation without interface definition.