public MessageGateway(IInfrastructureDbContext context) { this.context = context; }
public UserGateway(IInfrastructureDbContext context) { this.context = context; }